home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / Date_Time / TODO < prev   
Text File  |  1992-05-08  |  301b  |  12 lines

  1. File: Date_Time.C
  2.  
  3. localtime(long) has 1 array bound write error and "delete (tm*) t" causes
  4. warings from Purify: freeing t which is not the begining of a malloc bloc.
  5. IGNORE
  6.  
  7. Fix memory leak caused by tzset() called in set_tz(time_zone).
  8. This call is done by localtime already, and only once.
  9. DONE
  10.  
  11.  
  12.